home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / CURRENT / 000109_mjtice@gmail.com_Tue Aug 7 13:12:33 2007.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: reader2.panix.com!panix!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!g12g2000prg.googlegroups.com!not-for-mail
  2. From:  mtice <mjtice@gmail.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: SIZE error when getting file.
  5. Date: Fri, 03 Aug 2007 14:45:16 -0000
  6. Organization: http://groups.google.com
  7. Lines: 22
  8. Message-ID: <1186152316.448880.120380@g12g2000prg.googlegroups.com>
  9. NNTP-Posting-Host: 67.107.192.130
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset="iso-8859-1"
  12. X-Trace: posting.google.com 1186152317 3363 127.0.0.1 (3 Aug 2007 14:45:17 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Fri, 3 Aug 2007 14:45:17 +0000 (UTC)
  15. User-Agent: G2/1.0
  16. X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20061201 Firefox/2.0.0.6 (Ubuntu-feisty),gzip(gfe),gzip(gfe)
  17. X-HTTP-Via: 1.1 privoxy.cmcflex.com:8118 (squid/2.5.STABLE9)
  18. Complaints-To: groups-abuse@google.com
  19. Injection-Info: g12g2000prg.googlegroups.com; posting-host=67.107.192.130;
  20.    posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0
  21. Xref: panix comp.protocols.kermit.misc:15680
  22.  
  23. Hello,
  24.  
  25. I'm trying to ftp into an i/5 to retrieve a file.  I'm getting an
  26. error however.  These are the commands:
  27.  
  28. # kermit
  29. C-Kermit>ftp 10.5.0.13
  30. Connected to 10.5.0.13.
  31.  Name (10.5.0.13:root): cmc
  32.  Password:
  33. C-Kermit>cd /qsys.lib/eom063007.lib
  34. C-Kermit>bin
  35. C-Kermit>get DATAAZ.file
  36. Subcommand SIZE not valid.
  37. C-Kermit>quit
  38.  
  39. However, if I use the shell's (bash, suse linux 10.0) built-in ftp
  40. client I'm able to retrieve the file just fine.  If anyone could shed
  41. some light on this problem I'd appreciate it greatly.
  42.  
  43. Matt
  44.